home *** CD-ROM | disk | FTP | other *** search
/ SVM Mac 1 / CD-ROM N°1.iso / Utilitaires / Programmation⁄Infos / UCB Logo 3.0 / logolib / pop < prev    next >
Encoding:
Text File  |  1994-04-25  |  124 b   |  9 lines  |  [TEXT/JV01]

  1. to pop :stack
  2. local "result
  3. make "result first thing :stack
  4. make :stack butfirst thing :stack
  5. output :result
  6. end
  7.  
  8. bury "pop
  9.